Make pcomplete less eager to add an extra space.
authorChong Yidong <cyd@gnu.org>
Mon, 17 Sep 2012 14:45:51 +0000 (22:45 +0800)
committerChong Yidong <cyd@gnu.org>
Mon, 17 Sep 2012 14:45:51 +0000 (22:45 +0800)
commit829b2eb13bb80d6fb0d4c0331df554f4bc38ae74
tree969321f40ca1b521bbaf195411f1b0d17752bab7
parent13067e025ab1c9890680187f2aa1ab9d94c3365f
Make pcomplete less eager to add an extra space.

* comint.el (comint--complete-file-name-data): Don't add a space
if the status is `sole'; that adds a gratuitous space in the
completion-cycling case.

* pcomplete.el (pcomplete-completions-at-point): Likewise.
lisp/ChangeLog
lisp/comint.el
lisp/pcomplete.el